home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 242_01 / 8052bits.lib < prev    next >
Text File  |  1989-01-11  |  512b  |  28 lines

  1. ;
  2. ; This file defines names for the additional Special Function Registers
  3. ; (SFRs) of the Intel 8052 and their component bits where applicable.
  4. ;
  5. ; First, the additional SFRs:
  6. ;
  7. T2CON    EQU    0C8H
  8. RCAP2L    EQU    0CAH
  9. RCAP2H    EQU    0CBH
  10. TL2    EQU    0CCH
  11. TH2    EQU    0CDH
  12.  
  13. ;
  14. ; Now, the bits.  We benefit from my very loose definition of "alphabetic"
  15. ; here!
  16. ;
  17. ET2    BIT    0ADH
  18. EP2    BIT    0BDH
  19. CP\RL2    BIT    0C8H
  20. C\T2    BIT    0C9H
  21. TR2    BIT    0CAH
  22. EXEN2    BIT    0CBH
  23. TCLK    BIT    0CCH
  24. RCLK    BIT    0CDH
  25. EXF2    BIT    0CEH
  26. TF2    BIT    0CFH
  27.  
  28.